home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / word / zap / ZapHTML / !Help next >
Encoding:
Text File  |  1996-03-25  |  4.2 KB  |  150 lines

  1. ZapHTML v0.02Beta
  2. =================
  3.  
  4. Disclamer
  5. ---------
  6. These are mainly instalation notes.  It is not a manual.
  7. This module was developed on Zap v.130.  I can hardly vouch for it working
  8. on this version of Zap let alone any others.  Further more it was developed
  9. on a RISC PC 700 and an A3000 (ROS3.11).  I can't see there being any machine
  10. compatability problems but then most people don't :-)
  11.  
  12. Instalation notes
  13. -----------------
  14. The following instructions should aid instalation.
  15. If you have a copy already installed then you only need cary out the actions
  16. marked with an asterisk.
  17.  
  18.  1)    Open the directory !Zap.3rdParty and create a directory "Hambley".
  19. *2)    Copy ZapHTML into it
  20. *3)    The following lines must be added to "!Zap.Options.Default.External"
  21.     or to "!Zap.External" depending on how your copy of Zap is set up.
  22.         <Zap$3rdParty>.Hambley.ZapHTML
  23.           HTML
  24.           -
  25.           HTMLTEMPLATE
  26.           HTMLHEADING
  27.           HTMLLINK
  28.           HTMLIMAGE
  29.           HTMLTAGPAIR
  30.           HTMLSINGLETAG
  31.           HTMLREMARK
  32.           HTMLLIST
  33.           HTMLINSERT
  34. *4)    Load the "Keys" file into a text editor.  This may be in
  35.         Otions.Default too.
  36. *5)    Edit the line starting "sc[" to perform the action HTMLINSERT "<"
  37.     instead of 'NULL'
  38. *6)    Edit line "sc]" to perform 'HTMLINSERT ">"'
  39. *7)    Edit line "sc7" to perform 'HTMLINSERT "&"'
  40. *8)    Edit line "scRETURN" to perform 'INSERT "<P>"'
  41.  9)    Edit line "scV" to perform 'KEYMAP 5'
  42.  9)    Find the list headed "File types:"
  43.  10)    Add the line "HTML            &1FAF    HTML" to the end.
  44.  11)    Find the list headed "Paths:"
  45.  12)    Add the line "&508    &FFF    \#\*.html.\o\*          +HTML"
  46.  13)    Find the list headed "Key map variables:"
  47.  14)    Add "Map 5 range    &405    &01    &5A (HTML mode extensions)
  48.  15)    Append to the file the following 
  49.         5: HTML mode commands
  50.  
  51.     cA    &050001 NULL
  52.     cB    &050002 NULL
  53.     cC    &050003 NULL
  54.     cD    &050004 NULL
  55.     cE    &050005 NULL
  56.     cF    &050006 NULL
  57.     cG    &050007 NULL
  58.     cH    &050008 HTMLHEADING
  59.     cI    &050009 HTMLIMAGE
  60.     cJ    &05000A NULL
  61.     cK    &05000B NULL
  62.     cL    &05000C HTMLLINK
  63.     cM    &05000D NULL
  64.     cN    &05000E NULL
  65.     cO    &05000F NULL
  66.     cP    &050010 NULL
  67.     cQ    &050011 NULL
  68.     cR    &050012 NULL
  69.     cS    &050013 NULL
  70.     cT    &050014 HTMLTEMPLATE
  71.     cU    &050015 NULL
  72.     cV    &050016 NULL
  73.     cW    &050017 NULL
  74.     cX    &050018 NULL
  75.     cY    &050019 NULL
  76.     cZ    &05001A NULL
  77.     Escape  &05001B NULL
  78.     Backspace &05001C NULL
  79.     Return    &05001D NULL
  80.     Home    &05001E NULL
  81.     cDelete &05001F NULL
  82.     A    &050020    HTMLTAGPAIR "ADDRESS"
  83.     B    &050021 HTMLTAGPAIR "B"
  84.     C    &050022 HTMLTAGPAIR "CODE"
  85.     D    &050023    HTMLTAGPAIR "DFN"
  86.     E    &050024 HTMLTAGPAIR "EM"
  87.     F    &050025 HTMLTAGPAIR "STRONG"
  88.     G    &050026    NULL
  89.     H    &050028    HTMLSINGLETAG "HR"
  90.     I    &050029 HTMLTAGPAIR "I"
  91.     J    &05002A HTMLDEFITEM
  92.     K    &05002B HTMLTAGPAIR "KBD"
  93.     L    &05002C    HTMLLIST "OL LI"
  94.     M    &05002D HTMLLIST "DL DT DD"
  95.     N    &05002E HTMLSINGLETAG "BR"
  96.     O    &05002F HTMLSINGLETAG "LI"
  97.     P    &050030    HTMLTAGPAIR "PRE"
  98.     Q    &050031 HTMLTAGPAIR "BLOCKQUOTE"
  99.     R    &050032 HTMLTAGPAIR "CITE"
  100.     S    &050032 HTMLTAGPAIR "SAMP"
  101.     T    &050034    HTMLTAGPAIR "TELETYPE"
  102.     U    &050035 HTMLLIST "UL LI"
  103.     V    &050036 HTMLTAGPAIR "VAR"
  104.     W       &050037 HTMLREMARK
  105.     X    &050038 NULL
  106.     Y    &050039 NULL
  107.     Z    &05003A NULL
  108.     [    &05003B NULL
  109.     \    &05003C NULL
  110.     ]    &05003D NULL
  111.     ^    &05003E NULL
  112.     _    &05003F NULL
  113.     `    &050040 NULL
  114.     a    &050041 HTMLTAGPAIR "ADDRESS"
  115.     b    &050042 HTMLTAGPAIR "B"
  116.     c    &050043 HTMLTAGPAIR "CODE"
  117.     d    &050044 HTMLTAGPAIR "DFN"
  118.     e    &050045 HTMLTAGPAIR "EM"
  119.     f    &050046 HTMLTAGPAIR "STRONG"
  120.     g    &050047 NULL        
  121.     h    &050048 HTMLSINGLETAG "HR"
  122.     i    &050049 HTMLTAGPAIR "I"
  123.     j    &05004A HTMLDEFITEM
  124.     k    &05004B HTMLTAGPAIR "KBD"
  125.     l    &05004C HTMLLIST "OL LI"
  126.     m    &05004D HTMLLIST "DL DT DD"
  127.     n    &05004E HTMLSINGLETAG "BR"
  128.     o    &05004F HTMLSINGLETAG "LI"
  129.     p    &050050 HTMLTAGPAIR "PRE"
  130.     q    &050051 HTMLTAGPAIR "BLOCKQUOTE"
  131.     r    &050052 HTMLTAGPAIR "CITE"
  132.     s    &050053 HTMLTAGPAIR "SAMP"
  133.     t    &050054 HTMLTAGPAIR "TELETYPE"
  134.     u    &050055 HTMLLIST "UL LI"
  135.     v    &050056 HTMLTAGPAIR "VAR"
  136.     w    &050057 HTMLREMARK
  137.     x    &050058 NULL
  138.     y    &050059 NULL
  139.     z    &05005A NULL
  140.  
  141. Your copy of Zap should now support HTML documents.  Just drag them in,
  142. <shift> double click on them or create them as you would any other document.
  143.  
  144. Most of the commands will insert an empty pair of tags, however if you have
  145. some selected text it will be surounded by the tags.
  146.  
  147. Don't forget.  You are Beta testers - I want bug reports and ideas for
  148. improvements.  I include the source for your edification and interest.
  149.  
  150. (\/)atthew